home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-21 | 14.5 KB | 682 lines | [TEXT/MPS ] |
- object oMore_Features_3_17 is cDefaultContainer
- with
- Binder is oBinder;
- Label is -1;
- Items is [
- oKeyboard_Volume__17_39,
- oMF_BCK3_PIC_17_11,
- oExit_Inverse_17_14,
- oClick_Sound__Up__17_15,
- oClick_Sound__down__17_16,
- oArrow_Right_Yellow_Highligh_17_17,
- oArrow_Left_Yellow_Highlight_17_18,
- oExit_Yellow_Highlight_17_19,
- oExplain_Yellow_Highlight_17_26,
- oMenu_Yellow_Highlight_17_21,
- oArrow_Left_Inverse_17_22,
- oArrow_Right_Inverse_17_23,
- oExplain_Inverse_17_24,
- oMenu_Inverse_17_25,
- oURL_1_17_27,
- oURL_2_17_30,
- oURL_3_17_31,
- oApp_Launch_Browser_17_28,
- oMF_GERM_RTF_17_29,
- oMF_BRSH_PIC_17_33,
- oMF_HLP3_PIC_17_34
- ];
- end;
-
-
- object oKeyboard_Volume__17_39 is cKeyboardHandler
- with
- Behavior is cDefaultBehavior
- has
- KeyDown(theTarget, theKey)
- use
- KeyMatch;
-
- do
- KeyMatch := theKey = '-';
- if KeyMatch then
- theTarget.DoDefaultMethod := false;
-
- oSoundVolume.StepIndexBy(-1);
- end;
- KeyMatch := theKey = '=';
- if KeyMatch then
- theTarget.DoDefaultMethod := false;
-
- oSoundVolume.StepIndexBy(1);
- end;
- KeyMatch := theKey = '+';
- if KeyMatch then
- theTarget.DoDefaultMethod := false;
-
- oSoundVolume.StepIndexBy(1);
- end;
- end;
-
- with
- Enabled is true; Shown is false;
- X is 30; Y is 24; Width is 0; Height is 0;
- end;
- end;
-
-
- object oMF_BCK3_PIC_17_11 is cPictureHandler
- with
- Duration is -1;
- Supplier is oMF_BCK3_PIC;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is false; Shown is true;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
- end;
-
-
- object oExit_Inverse_17_14 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ETI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 528; Y is 439; Width is 112; Height is 42;
- end;
- end;
-
-
- object oClick_Sound__Up__17_15 is cSoundHandler
- with
- Supplier is oS3_2clk_WAV;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 247; Y is 128; Width is 32; Height is 24;
- end;
- end;
-
-
- object oClick_Sound__down__17_16 is cSoundHandler
- with
- Supplier is oS3_clk_WAV;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 304; Y is 228; Width is 32; Height is 24;
- end;
- end;
-
-
- object oArrow_Right_Yellow_Highligh_17_17 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ALYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oArrow_Right_Inverse_17_23.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- oBinder.MouseSpin := oHandSpin;
- if (oBinder.MouseSpin @ 1).Data=void then
- oBinder.MouseSpin.EachUp(Load);
- end;
- if not oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Start();
- end;
- oBinder.Refresh();
- oClick_Sound__down__17_16.Run(true);
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oArrow_Right_Inverse_17_23.Show(false);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- oBinder.Refresh();
- oClick_Sound__Up__17_15.Run(true);
- oBinder.Goto(oMain_Menu_1);
- oBinder.SetTransition(oWipeRight, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 473; Y is 426; Width is 55; Height is 54;
- end;
- end;
-
-
- object oArrow_Left_Yellow_Highlight_17_18 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ARYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oArrow_Left_Inverse_17_22.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- oBinder.MouseSpin := oHandSpin;
- if (oBinder.MouseSpin @ 1).Data=void then
- oBinder.MouseSpin.EachUp(Load);
- end;
- if not oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Start();
- end;
- oBinder.Refresh();
- oClick_Sound__down__17_16.Run(true);
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oArrow_Left_Inverse_17_22.Show(false);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- oBinder.Refresh();
- oClick_Sound__Up__17_15.Run(true);
- oBinder.Goto(oMore_Features_2_13);
- oBinder.SetTransition(oWipeRight, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 377; Y is 426; Width is 60; Height is 54;
- end;
- end;
-
-
- object oExit_Yellow_Highlight_17_19 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ETYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oExit_Inverse_17_14.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- oBinder.MouseSpin := oHandSpin;
- if (oBinder.MouseSpin @ 1).Data=void then
- oBinder.MouseSpin.EachUp(Load);
- end;
- if not oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Start();
- end;
- oBinder.Refresh();
- oClick_Sound__down__17_16.Run(true);
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oExit_Inverse_17_14.Show(false);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- oBinder.Refresh();
- oClick_Sound__Up__17_15.Run(true);
- oBinder.Quit();
- end;
-
- with
- Enabled is true; Shown is true;
- X is 528; Y is 426; Width is 111; Height is 54;
- end;
- end;
-
-
- object oExplain_Yellow_Highlight_17_26 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_EXYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- if oQueryCursor=void then
- oQueryCursor.Load();
- end;
- oQueryCursor.Set();
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oExplain_Inverse_17_24.Show(true);
- oBinder.Refresh();
- oClick_Sound__down__17_16.Run(true);
- oMF_HLP3_PIC_17_34.Show(not oMF_HLP3_PIC_17_34.IsShown());
- oMF_GERM_RTF_17_29.Enable(not oMF_GERM_RTF_17_29.IsEnabled());
- oMF_BRSH_PIC_17_33.Enable(not oMF_BRSH_PIC_17_33.IsEnabled());
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oExplain_Inverse_17_24.Show(false);
- oBinder.Refresh();
- oClick_Sound__Up__17_15.Run(true);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 289; Y is 427; Width is 87; Height is 53;
- end;
- end;
-
-
- object oMenu_Yellow_Highlight_17_21 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_MNUYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oMenu_Inverse_17_25.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- oBinder.MouseSpin := oHandSpin;
- if (oBinder.MouseSpin @ 1).Data=void then
- oBinder.MouseSpin.EachUp(Load);
- end;
- if not oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Start();
- end;
- oBinder.Refresh();
- oClick_Sound__down__17_16.Run(true);
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oMenu_Inverse_17_25.Show(false);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- oBinder.Refresh();
- oClick_Sound__Up__17_15.Run(true);
- oBinder.Goto(oMain_Menu_1);
- oBinder.SetTransition(oWipeRight, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 163; Y is 427; Width is 126; Height is 53;
- end;
- end;
-
-
- object oArrow_Left_Inverse_17_22 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ALI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 381; Y is 441; Width is 51; Height is 40;
- end;
- end;
-
-
- object oArrow_Right_Inverse_17_23 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ARI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 477; Y is 438; Width is 50; Height is 42;
- end;
- end;
-
-
- object oExplain_Inverse_17_24 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_EXI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 291; Y is 438; Width is 87; Height is 43;
- end;
- end;
-
-
- object oMenu_Inverse_17_25 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_MNUI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 167; Y is 438; Width is 123; Height is 43;
- end;
- end;
-
-
- object oURL_1_17_27 is cApplicationLauncher
- with
- DDEServerList is ["NETSCAPE","IEXPLORE", "MOSAIC"];
- Behavior is cDefaultBehavior
- has
- with
- Enabled is false; Shown is false;
- X is 0; Y is 0; Width is 0; Height is 0;
- end;
- end;
-
-
- object oURL_2_17_30 is cApplicationLauncher
- with
- DDEServerList is ["NETSCAPE","IEXPLORE", "MOSAIC"];
- Behavior is cDefaultBehavior
- has
- with
- Enabled is false; Shown is false;
- X is 0; Y is 0; Width is 0; Height is 0;
- end;
- end;
-
-
- object oURL_3_17_31 is cApplicationLauncher
- with
- DDEServerList is ["NETSCAPE","IEXPLORE", "MOSAIC"];
- Behavior is cDefaultBehavior
- has
- with
- Enabled is false; Shown is false;
- X is 0; Y is 0; Width is 0; Height is 0;
- end;
- end;
-
-
- object oApp_Launch_Browser_17_28 is cApplicationLauncher
- with
- DDEServerList is ["NETSCAPE","IEXPLORE", "MOSAIC"];
- Behavior is cDefaultBehavior
- has
- MouseDown(theTarget, theX, theY)
- do
-
- theTarget.StoredLaunch(false,"Hard Drive:Netscape Navigatorâ„¢ Folder:Netscape Navigatorâ„¢ 3.0", "", "", "", "Select your Web browser of choice");
-
- end;
-
- with
- Enabled is false; Shown is false;
- X is 322; Y is 227; Width is 0; Height is 0;
- end;
- end;
-
-
- object oMF_GERM_RTF_17_29 is cTextScrollerHandler
- with
- Red is 255; Green is 255; Blue is 255;
- Duration is -1;
- Transparent is true;
- Margin is 3;
- Supplier is oMF_GERM_RTF;
- Behavior is cDefaultBehavior
- has
- TextSelected(theTarget, theHotText)
- use
- HitText;
-
- do
- HitText := (theHotText - "Destination Berlin")=0;
- if HitText then
- theTarget.DoDefaultMethod := false;
-
-
- oURL_1_17_27.OpenURL("http://www.lonelyplanet.com.au/dest/eur/ber.htm");
- end;
- HitText := (theHotText - "Internet Cityguide Trier")=0;
- if HitText then
- theTarget.DoDefaultMethod := false;
-
-
- oURL_2_17_30.OpenURL("http://www.uni-trier.de/trier/trier_eng.html");
- end;
- HitText := (theHotText - "German Historical Museum, Berlin")=0;
- if HitText then
- theTarget.DoDefaultMethod := false;
-
-
- oURL_3_17_31.OpenURL("http://www.dhm.de/");
- end;
- end;
-
- with
- Enabled is true; Shown is true;
- X is 544; Y is 14; Width is 81; Height is 393;
- end;
- end;
-
-
- object oMF_BRSH_PIC_17_33 is cPictureHandler
- with
- Duration is -1;
- Supplier is oMF_BRSH_PIC;
- Behavior is cDefaultBehavior
- has
- MouseDown(theTarget, theX, theY)
- do
-
- oApp_Launch_Browser_17_28.StoredLaunch(false,"Netscape Navigator", "", "", "", "Select your web browser of choice");
-
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- with
- Enabled is true; Shown is false;
- X is 203; Y is 362; Width is 303; Height is 49;
- end;
- end;
-
-
- object oMF_HLP3_PIC_17_34 is cPictureHandler
- with
- Duration is -1;
- Supplier is oMF_HLP3_PIC;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is false; Shown is false;
- X is 173; Y is 0; Width is 468; Height is 425;
- end;
- end;
-
-